var testing.parallel

6 uses

	testing (current package)
		fuzz.go#L363: 			*parallel,
		fuzz.go#L495: 			tstate := newTestState(*parallel, m)
		testing.go#L478: 	parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "run at most `n` tests in parallel")
		testing.go#L510: 	parallel             *int
		testing.go#L2288: 	if *parallel < 1 {
		testing.go#L2460: 			tstate := newTestState(*parallel, newMatcher(matchString, *match, "-test.run", *skip))